home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Estrategia
/
coffeetycoon_Demo.swf
/
scripts
/
DefineButton2_140
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
313 b
|
8 lines
on(press){
var thisname = this._name.substr("ant_type".length,this._name.length - "ant_type".length);
trace("button name=" + this._name);
_root.anttype = parseInt(thisname);
_root.feedback_anttype = _root.anttypename[_root.anttype];
_root.anttypeclip.gotoAndPlay("type_" + _root.anttype);
}